func runtime.traceBufFlush

8 uses

	runtime (current package)
		trace.go#L529: 						traceBufFlush(buf, gen)
		tracebuf.go#L146: 			traceBufFlush(w.traceBuf, w.gen)
		tracebuf.go#L159: 			traceBufFlush(w.traceBuf, w.gen)
		tracebuf.go#L346: func traceBufFlush(buf *traceBuf, gen uintptr) {
		tracecpu.go#L201: 			traceBufFlush(buf, gen)
		traceruntime.go#L702: 					traceBufFlush(buf, uintptr(i))
		tracestring.go#L89: 			traceBufFlush(t.buf, gen)
		tracetime.go#L92: 		traceBufFlush(w.traceBuf, gen)